<xs:complexType name="FlightTariffsRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="TariffDetail" type="CommonTariffRequestType" nillable="true" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType> |